home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 54809 / 54809.xpi / install.rdf < prev   
Extensible Markup Language  |  2010-02-14  |  1KB  |  36 lines

  1. <?xml version="1.0"?>
  2. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  3.      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  4.  
  5.   <Description about="urn:mozilla:install-manifest">
  6.     <em:id>dictCheck@gmail.com</em:id>
  7.     <em:version>0.0.6.005</em:version>
  8.     <em:type>2</em:type>
  9.     
  10.     <!-- Front End MetaData -->
  11.     <em:name>dictCheck</em:name>
  12.     <em:description>dictCheck extension</em:description>
  13.     <em:creator>Krzysztof Slawinski</em:creator>
  14.     <em:homepageURL>http://ksla.cba.pl</em:homepageURL>
  15.  
  16.     <!-- Target Application this extension can install into,
  17.          with minimum and maximum supported versions. -->
  18.  
  19.     <em:targetApplication> <!-- Firefox -->
  20.       <Description>
  21.         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  22.         <em:minVersion>2.0</em:minVersion>
  23.         <em:maxVersion>3.7a1pre</em:maxVersion>
  24.       </Description>
  25.     </em:targetApplication>
  26.  
  27.     <em:targetApplication> <!-- Thunderbird -->
  28.       <Description>
  29.         <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
  30.         <em:minVersion>2.0</em:minVersion>
  31.         <em:maxVersion>3.1a1pre</em:maxVersion>
  32.       </Description>
  33.     </em:targetApplication>
  34.     
  35.   </Description>
  36. </RDF>